Login & Sign-Up Application

Summary:

Simple login and sign up two-tiered Client-Server Architecture. A Java client login GUI takes username and password inputs, makes a request to MySQL database to verify if users are valid. A Java client sign-up GUI takes username, email and password inputs to add users to the MySQL database.


GitHub Repository

Sign Up Confirmation:

The Sign Up page of the Java executable takes username input and makes a request to the database to confirm if that username is available. Moreover, the client GUI checks if a valid email and password has been entered.

Home Page:

After verifying username and password, the client GUI opens a home page for the user. This home page is populated with each users personalized data.